Class CodeFirstProvider.TypeAndName
Inheritance
System.Object
CodeFirstProvider.TypeAndName
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.CommonProvider
Assembly: FreeSql.dll
Syntax
public class TypeAndName
Constructors
| Improve this Doc View SourceTypeAndName(Type, String)
Declaration
public TypeAndName(Type entityType, string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | entityType | |
| System.String | tableName |
Properties
| Improve this Doc View SourceentityType
Declaration
public Type entityType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
tableName
Declaration
public string tableName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |