4 references to LengthValue
System.Data.OleDb (4)
ColumnBinding.cs (4)
673
value = new byte[
LengthValue
()];
721
int charCount =
LengthValue
() / 2;
777
int byteCount = Math.Min(
LengthValue
(), ColumnBindingMaxLen);
1200
int byteCount = Math.Min(
LengthValue
(), ColumnBindingMaxLen - 2);