1 write to cbMaxLen
System.Data.OleDb (1)
DbBindings.cs (1)
204
_dbbindings[_index].
cbMaxLen
= (IntPtr)value;
2 references to cbMaxLen
System.Data.OleDb (2)
ColumnBinding.cs (1)
81
_maxLen = binding.
cbMaxLen
.ToInt32();
OleDbStruct.cs (1)
151
builder.AppendLine($"\tMaxLength ={
cbMaxLen
}");