SqlCeUpdatableRecord.SetObjectRef Method
Visual Studio 2010
Sets the value of the specified field by reference rather than by-value.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Parameters
- ordinal
- Type: System.Int32
The field in which to set the value.
- value
- Type: System.Object
The value to set.
This method only applies to types that map to char[] or byte[]. If you use this method with a type that does not map to char[] or byte[], an ArgumentException is thrown.