FakeDataProviderIsDBNullAllowed - метод
Пространство имён: Tessa.Platform.Data.FakeСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public override bool? IsDBNullAllowed(
DataOptions options,
DbDataReader reader,
int idx
)
Public Overrides Function IsDBNullAllowed (
options As DataOptions,
reader As DbDataReader,
idx As Integer
) As Boolean?
public:
virtual Nullable<bool> IsDBNullAllowed(
DataOptions^ options,
DbDataReader^ reader,
int idx
) override
abstract IsDBNullAllowed :
options : DataOptions *
reader : DbDataReader *
idx : int -> Nullable<bool>
override IsDBNullAllowed :
options : DataOptions *
reader : DbDataReader *
idx : int -> Nullable<bool>
- options DataOptions
-
- reader DbDataReader
-
- idx Int32
-
NullableBooleanIDataProvider.IsDBNullAllowed(DataOptions, DbDataReader, Int32)