Class CsToDb<T>
Inheritance
System.Object
CsToDb<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FreeSql.Internal.Model
Assembly: FreeSql.dll
Syntax
public class CsToDb<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Improve this Doc View SourceCsToDb(T, String, String, Nullable<Boolean>, Nullable<Boolean>, Object)
Declaration
public CsToDb(T type, string dbtype, string dbtypeFull, bool? isUnsigned, bool? isnullable, object defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| T | type | |
| System.String | dbtype | |
| System.String | dbtypeFull | |
| System.Nullable<System.Boolean> | isUnsigned | |
| System.Nullable<System.Boolean> | isnullable | |
| System.Object | defaultValue |
Properties
| Improve this Doc View Sourcedbtype
Declaration
public string dbtype { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
dbtypeFull
Declaration
public string dbtypeFull { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
defaultValue
Declaration
public object defaultValue { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |
isnullable
Declaration
public bool? isnullable { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
isUnsigned
Declaration
public bool? isUnsigned { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
type
Declaration
public T type { get; }
Property Value
| Type | Description |
|---|---|
| T |