메소드 | 설명 | |
---|---|---|
FromTableDirectSource ( bool caseInsensitive, ITableQueryInfo tableQuery, string uniqueName, ObjectName givenName, ObjectName rootName ) : System |
Constructs the source.
|
|
MatchesReference ( string catalog, string schema, string table ) : bool | ||
ResolveColumn ( string catalog, string schema, string table, string column ) : ObjectName | ||
ResolveColumnCount ( string catalog, string schema, string table, string column ) : int |
메소드 | 설명 | |
---|---|---|
StringCompare ( string str1, string str2 ) : bool |
public FromTableDirectSource ( bool caseInsensitive, ITableQueryInfo tableQuery, string uniqueName, ObjectName givenName, ObjectName rootName ) : System | ||
caseInsensitive | bool | |
tableQuery | ITableQueryInfo | |
uniqueName | string | |
givenName | ObjectName | |
rootName | ObjectName | |
리턴 | System |
public MatchesReference ( string catalog, string schema, string table ) : bool | ||
catalog | string | |
schema | string | |
table | string | |
리턴 | bool |
public ResolveColumn ( string catalog, string schema, string table, string column ) : ObjectName | ||
catalog | string | |
schema | string | |
table | string | |
column | string | |
리턴 | ObjectName |
public ResolveColumnCount ( string catalog, string schema, string table, string column ) : int | ||
catalog | string | |
schema | string | |
table | string | |
column | string | |
리턴 | int |