3 references to IsVariableLength
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbParameter.cs (3)
313
else if (dbtype.
IsVariableLength
) { // variable length data (varbinary, varchar, nvarchar)
461
|| (!ShouldSerializeSize() && metaType.
IsVariableLength
)
476
else if (!ShouldSerializeSize() && _metaType.
IsVariableLength
) {