QueryCriteria<T>.PropertyNameToColumnName(String, String) Method

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieves the database column name representing the property name.

protected:
 virtual System::String ^ PropertyNameToColumnName(System::String ^ propertyName, System::String ^ qualifiedTypeName);
protected virtual string PropertyNameToColumnName (string propertyName, string qualifiedTypeName);
abstract member PropertyNameToColumnName : string * string -> string
override this.PropertyNameToColumnName : string * string -> string
Protected Overridable Function PropertyNameToColumnName (propertyName As String, qualifiedTypeName As String) As String

Parameters

propertyName
String

The name of the property.

qualifiedTypeName
String

The optional type name.

Returns

The database column name representing the property name.

Applies to