EldorADO.NET Class Library

IPropertyReader.GetSqlInt32 Method 

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Function GetSqlInt32( _
   ByVal sourceEntity As IEntity _
) As SqlInt32
[C#]
SqlInt32 GetSqlInt32(
   IEntity sourceEntity
);

Parameters

sourceEntity
Missing <param> documentation for sourceEntity

Return Value

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

See Also

IPropertyReader Interface | Eldorado.Object.Entity Namespace