OrmLiteDataParameter
Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public class OrmLiteDataParameter : IDbDataParameter
Properties
DbType
View Source
Declaration
public DbType DbType { get; set; }
Direction
View Source
Declaration
public ParameterDirection Direction { get; set; }
IsNullable
View Source
Declaration
public bool IsNullable { get; set; }
ParameterName
View Source
Declaration
public string ParameterName { get; set; }
SourceColumn
View Source
Declaration
public string SourceColumn { get; set; }
SourceVersion
View Source
Declaration
public DataRowVersion SourceVersion { get; set; }
Value
View Source
Declaration
public object Value { get; set; }
Precision
View Source
Declaration
public byte Precision { get; set; }
Scale
View Source
Declaration
public byte Scale { get; set; }
Size
View Source
Declaration
public int Size { get; set; }