EldorADO.NET Class Library

IPropertyWriter.SetSqlDecimal Method 

[This is preliminary documentation and subject to change.]

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

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

Parameters

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

See Also

IPropertyWriter Interface | Eldorado.Object.Entity Namespace