5 references to Length
System.Data.OleDb (5)
DbConnectionOptions.cs (5)
459
builder.Append(_usersConnectionString, copyPosition, current.
Length
);
471
copyPosition += current.
Length
;
954
builder.Append(_usersConnectionString, copyPosition, current.
Length
);
957
next = new NameValuePair(current.Name, current.Value, current.
Length
);
983
copyPosition += current.
Length
;