EldorADO.NET Class Library

IPropertyWriter.SetSqlSingle Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:Eldorado.Object.Entity.IPropertyWriter.SetSqlSingle(Eldorado.Object.Entity.IEntity,System.Data.SqlTypes.SqlSingle)

[Visual Basic]
Sub SetSqlSingle( _
   ByVal sourceEntity As IEntity, _
   ByVal value As SqlSingle _
)
[C#]
void SetSqlSingle(
   IEntity sourceEntity,
   SqlSingle value
);

Parameters

sourceEntity
Missing <param> documentation for sourceEntity
value
Missing <param> documentation for value

See Also

IPropertyWriter Interface | Eldorado.Object.Entity Namespace