메소드 | 설명 | |
---|---|---|
Exists ( this |
A List<TablePropertyBuildHelper> extension method that determine if 'properties' exists.
|
|
Find ( this |
A List<TableBuildHelper> extension method that searches for the first match.
|
|
Find ( this |
A List<TablePropertyBuildHelper> extension method that searches for the first match.
|
public static Exists ( this |
||
properties | this |
The properties to act on. |
propertyName | string | Name of the property. |
리턴 | bool |
public static Find ( this |
||
tableBuildHelperList | this |
The tableBuildHelperList to act on. |
tableName | string | Name of the table. |
리턴 |
public static Find ( this |
||
properties | this |
The properties to act on. |
columnName | string | Name of the column. |
리턴 |