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