EldorADO.NET Class Library

IPropertyReader.GetSqlSingle Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:Eldorado.Object.Entity.IPropertyReader.GetSqlSingle(Eldorado.Object.Entity.IEntity)

[Visual Basic]
Function GetSqlSingle( _
   ByVal sourceEntity As IEntity _
) As SqlSingle
[C#]
SqlSingle GetSqlSingle(
   IEntity sourceEntity
);

Parameters

sourceEntity
Missing <param> documentation for sourceEntity

Return Value

Missing <returns> documentation for M:Eldorado.Object.Entity.IPropertyReader.GetSqlSingle(Eldorado.Object.Entity.IEntity)

See Also

IPropertyReader Interface | Eldorado.Object.Entity Namespace