pmMDA.NET

PmMdaTimestampType.Set Method 

[This is preliminary documentation and subject to change.]

Sets the value of the index of the st to null.

public override void Set(
   IDbCommand st,
   object value,
   int index
);

Parameters

st
The IDbCommand to put the value into.
value
The object that contains the value (ignored!).
index
The index of the IDbDataParameter to start writing the values to.

Remarks

The parameter value is not used.

See Also

PmMdaTimestampType Class | PmMda.Net.NHibernate Namespace