8 references to StorageState
System.Data (8)
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (4)
268
public
StorageState
Storage {
274
return
StorageState
.Stream;
277
return
StorageState
.Buffer;
280
return
StorageState
.UnmanagedBuffer;
fx\src\data\System\Data\SQLTypes\SQLChars.cs (4)
275
public
StorageState
Storage {
282
return
StorageState
.Stream;
285
return
StorageState
.Buffer;
288
return
StorageState
.UnmanagedBuffer;