Click or drag to resize

TableMappingGetColumn Method (String, Boolean)

Get the column mapping for the named property

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public ColumnMapping GetColumn(
	string propertyName,
	bool scanHeirarchy = false
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:SanteDB.OrmLite.TableMapping.GetColumn(System.String,System.Boolean)"]

scanHeirarchy (Optional)
Type: SystemBoolean

[Missing <param name="scanHeirarchy"/> documentation for "M:SanteDB.OrmLite.TableMapping.GetColumn(System.String,System.Boolean)"]

Return Value

Type: ColumnMapping

[Missing <returns> documentation for "M:SanteDB.OrmLite.TableMapping.GetColumn(System.String,System.Boolean)"]

See Also