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)
151builder.AppendLine($"\tMaxLength ={cbMaxLen}");