Click or drag to resize

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
)

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