| ColumnMappingSourceSpecified Method |
If the item has a Specified property then return its value
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public bool SourceSpecified(
Object value
)
Public Function SourceSpecified (
value As Object
) As Boolean
public:
bool SourceSpecified(
Object^ value
)
member SourceSpecified :
value : Object -> bool
Parameters
- value
- Type: SystemObject
[Missing <param name="value"/> documentation for "M:SanteDB.OrmLite.ColumnMapping.SourceSpecified(System.Object)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.OrmLite.ColumnMapping.SourceSpecified(System.Object)"]
See Also