QueryCriteria.PropertyNameToColumnName Method
[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.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim propertyName As String
Dim qualifiedTypeName As String
Dim returnValue As String
returnValue = Me.PropertyNameToColumnName(propertyName, qualifiedTypeName)
Syntax
'Declaration
Protected Overridable Function PropertyNameToColumnName ( _
propertyName As String, _
qualifiedTypeName As String _
) As String
protected virtual string PropertyNameToColumnName (
string propertyName,
string qualifiedTypeName
)
protected:
virtual String^ PropertyNameToColumnName (
String^ propertyName,
String^ qualifiedTypeName
)
protected String PropertyNameToColumnName (
String propertyName,
String qualifiedTypeName
)
protected function PropertyNameToColumnName (
propertyName : String,
qualifiedTypeName : String
) : String
Parameters
- propertyName
The name of the property.
- qualifiedTypeName
The optional type name.
Return Value
The database column name representing the property name.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
QueryCriteria Generic Class
QueryCriteria Members
Microsoft.EnterpriseManagement.Common Namespace