Class CsToDb
Inheritance
System.Object
CsToDb
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 static class CsToDb
Methods
| Improve this Doc View SourceNew<T>(T, String, String, Nullable<Boolean>, Nullable<Boolean>, Object)
Declaration
public static CsToDb<T> New<T>(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 |
Returns
| Type | Description |
|---|---|
| CsToDb<T> |
Type Parameters
| Name | Description |
|---|---|
| T |