Click or drag to resize

ColumnMappingGet Method

Get property mapping

Namespace:  SanteDB.DisconnectedClient.SQLite.Query
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public static ColumnMapping Get(
	PropertyInfo pi,
	TableMapping ownerTable
)

Parameters

pi
Type: System.ReflectionPropertyInfo

[Missing <param name="pi"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.ColumnMapping.Get(System.Reflection.PropertyInfo,SanteDB.DisconnectedClient.SQLite.Query.TableMapping)"]

ownerTable
Type: SanteDB.DisconnectedClient.SQLite.QueryTableMapping

[Missing <param name="ownerTable"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.ColumnMapping.Get(System.Reflection.PropertyInfo,SanteDB.DisconnectedClient.SQLite.Query.TableMapping)"]

Return Value

Type: ColumnMapping

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.ColumnMapping.Get(System.Reflection.PropertyInfo,SanteDB.DisconnectedClient.SQLite.Query.TableMapping)"]

See Also