DbTableChangerParameter
Namespace: TagBites.DB.Utils
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class DbTableChangerParameterInheritance: object → DbTableChangerParameter
Constructors
Section titled “Constructors”DbTableChangerParameter(string, DbParameterDirection)
Section titled “DbTableChangerParameter(string, DbParameterDirection)”public DbTableChangerParameter(string name, DbParameterDirection direction)Parameters
Section titled “Parameters”namestringdirectionDbParameterDirection
DbTableChangerParameter(string, string, DbParameterDirection)
Section titled “DbTableChangerParameter(string, string, DbParameterDirection)”public DbTableChangerParameter(string name, string expression, DbParameterDirection direction)Parameters
Section titled “Parameters”namestringexpressionstringdirectionDbParameterDirection
Properties
Section titled “Properties”Direction
Section titled “Direction”public DbParameterDirection Direction { get; }Property Value
Section titled “Property Value”Expression
Section titled “Expression”public string Expression { get; }Property Value
Section titled “Property Value”public string Name { get; }