메소드 | 설명 | |
---|---|---|
DtoMetadata ( |
||
GetForeignKeyColumnFor ( |
||
GetPrimaryKeyValueAsGuid ( object obj ) : Guid? | ||
GetPrimaryKeyValueAsInt ( object obj ) : int? | ||
GetPrimaryKeyValueAsLong ( object obj ) : long? | ||
GetPrimaryKeyValueAsObject ( object obj ) : object | ||
SetPrimaryKey ( object obj, object value ) : void | ||
this ( string propertyColumnNameCaseInsensitive ) : PropertyMetadata |
메소드 | 설명 | |
---|---|---|
DeduplicateWriteablePropertiesMappedToColumns ( IList |
||
FireWarningOrExceptionOnDuplicate ( string message ) : void | ||
InitProperties ( ) : void | ||
InitTableName ( ) : void |
public GetForeignKeyColumnFor ( |
||
dtoType | ||
리턴 | Dapper.SimpleSave.PropertyMetadata |
public GetPrimaryKeyValueAsGuid ( object obj ) : Guid? | ||
obj | object | |
리턴 | Guid? |
public GetPrimaryKeyValueAsInt ( object obj ) : int? | ||
obj | object | |
리턴 | int? |
public GetPrimaryKeyValueAsLong ( object obj ) : long? | ||
obj | object | |
리턴 | long? |
public GetPrimaryKeyValueAsObject ( object obj ) : object | ||
obj | object | |
리턴 | object |
public SetPrimaryKey ( object obj, object value ) : void | ||
obj | object | |
value | object | |
리턴 | void |
public this ( string propertyColumnNameCaseInsensitive ) : PropertyMetadata | ||
propertyColumnNameCaseInsensitive | string | |
리턴 | PropertyMetadata |