Class DbToCs
Inheritance
System.Object
DbToCs
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 DbToCs
Constructors
| Improve this Doc View SourceDbToCs(String, String, String, String, Type, Type, String, String)
Declaration
public DbToCs(string csConvert, string csParse, string csStringify, string csType, Type csTypeInfo, Type csNullableTypeInfo, string csTypeValue, string dataReaderMethod)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | csConvert | |
| System.String | csParse | |
| System.String | csStringify | |
| System.String | csType | |
| System.Type | csTypeInfo | |
| System.Type | csNullableTypeInfo | |
| System.String | csTypeValue | |
| System.String | dataReaderMethod |
Properties
| Improve this Doc View SourcecsConvert
Declaration
public string csConvert { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
csNullableTypeInfo
Declaration
public Type csNullableTypeInfo { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
csParse
Declaration
public string csParse { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
csStringify
Declaration
public string csStringify { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
csType
Declaration
public string csType { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
csTypeInfo
Declaration
public Type csTypeInfo { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
csTypeValue
Declaration
public string csTypeValue { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
dataReaderMethod
Declaration
public string dataReaderMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |