Base:
property
IsFixedSize
System.Data.Linq.SqlClient.ProviderType.IsFixedSize
3 references to IsFixedSize
System.Data.Linq (3)
SqlClient\SqlTypeSystemProvider.cs (3)
200
+ KeyValue("IsFixedSize",
IsFixedSize
)
297
else if (!this.IsChar && !this.IsString && this.
IsFixedSize
&& this.Size > 0 /*&& this.Size != LargeTypeSizeIndicator*/) { // commented out because LargeTypeSizeIndicator == -1
1011
if (!isInputParameter || declaredType.
IsFixedSize
) {