Property | Type | Description | |
---|---|---|---|
GetColumnInfos | NPoco.ColumnInfo[] | ||
GetFastCreate | NPoco.FastCreate | ||
GetListType | |||
GetPocoColumns | IEnumerable |
||
GetPocoMembers | IEnumerable |
||
InitializedPocoDataBuilder | NPoco.PocoData | ||
InitializedPocoDataBuilder | NPoco.TableInfo |
Method | Description | |
---|---|---|
GetMemberAccessors ( IEnumerable |
||
Init ( ) : InitializedPocoDataBuilder | ||
IsDictionaryType ( |
||
IsList ( |
||
JoinStrings ( string prefix, string end ) : string | ||
PocoDataBuilder ( |
Method | Description | |
---|---|---|
CreateAlias ( string typeName, |
||
GetColumnInfo ( |
||
GetColumnName ( string prefix, string columnName ) : string | ||
GetTableInfo ( |
Method | Description | |
---|---|---|
GetColumnInfos ( |
||
GetFastCreate ( |
||
GetListType ( |
||
GetPocoColumns ( IEnumerable |
||
GetPocoMembers ( MapperCollection mapper, |
||
InitializedPocoDataBuilder ( ) : NPoco.PocoData | ||
InitializedPocoDataBuilder ( ) : NPoco.TableInfo |
protected CreateAlias ( string typeName, |
||
typeName | string | |
typeIn | ||
return | string |
protected GetColumnInfo ( |
||
mi | ||
type | ||
return |
protected GetColumnName ( string prefix, string columnName ) : string | ||
prefix | string | |
columnName | string | |
return | string |
public GetMemberAccessors ( IEnumerable |
||
memberInfos | IEnumerable |
|
return | List |
protected GetTableInfo ( |
||
type | ||
columnInfos | ||
memberInfos | List |
|
return | TableInfoPlan |
public static IsDictionaryType ( |
||
type | ||
return | bool |
public static IsList ( |
||
mi | ||
return | bool |
public static JoinStrings ( string prefix, string end ) : string | ||
prefix | string | |
end | string | |
return | string |
public PocoDataBuilder ( |
||
type | ||
mapper | MapperCollection | |
return | System |