FakeParameter - класс

Definition

Пространство имён: Tessa.Platform.Data.Fake
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public sealed class FakeParameter : DbParameter
Inheritance
Object    MarshalByRefObject    DbParameter    FakeParameter

Конструкторы

FakeParameterИнициализирует новый экземпляр класса FakeParameter

Свойства

DbType
(Переопределяет DbParameterDbType)
Direction
(Переопределяет DbParameterDirection)
IsNullable
(Переопределяет DbParameter.IsNullable)
ParameterName
(Переопределяет DbParameterParameterName)
Precision
(Переопределяет DbParameterPrecision)
Scale
(Переопределяет DbParameterScale)
Size
(Переопределяет DbParameterSize)
SourceColumn
(Переопределяет DbParameterSourceColumn)
SourceColumnNullMapping
(Переопределяет DbParameterSourceColumnNullMapping)
SourceVersion
(Переопределяет DbParameterSourceVersion)
Value
(Переопределяет DbParameterValue)

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Унаследован от MarshalByRefObject)
Устарело.
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Унаследован от MarshalByRefObject)
Устарело.
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
MemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Унаследован от MarshalByRefObject)
ResetDbType
(Переопределяет DbParameterResetDbType)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

См. также