| TableMappingGetColumn Method (String) |
Get the column mapping for the named property
Namespace:
SanteDB.DisconnectedClient.SQLite.Query
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public ColumnMapping GetColumn(
string propertyName
)
Public Function GetColumn (
propertyName As String
) As ColumnMapping
public:
ColumnMapping^ GetColumn(
String^ propertyName
)
member GetColumn :
propertyName : string -> ColumnMapping
Parameters
- propertyName
- Type: SystemString
[Missing <param name="propertyName"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.TableMapping.GetColumn(System.String)"]
Return Value
Type:
ColumnMapping[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.TableMapping.GetColumn(System.String)"]
See Also