EldorADO.NET Class Library

IPropertyWriter.SetSqlString Method 

[This is preliminary documentation and subject to change.]

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

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

Parameters

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

See Also

IPropertyWriter Interface | Eldorado.Object.Entity Namespace