Method | Description | |
---|---|---|
IsBulkCopy ( string file ) : bool |
Determines whether [the specified file] is a bulk copy definition
|
|
IsDefinitionFile ( string file ) : bool |
Determines whether [the specified file] is a definition
|
|
IsJoin ( string file ) : bool |
Determines whether the specified file is a join definition
|
|
IsSequentialProcess ( string file ) : bool |
Determines whether [the specified file] is a sequential process definition
|
public static IsBulkCopy ( string file ) : bool | ||
file | string | The file. |
return | bool |
public static IsDefinitionFile ( string file ) : bool | ||
file | string | The file. |
return | bool |
public static IsJoin ( string file ) : bool | ||
file | string | The file. |
return | bool |
public static IsSequentialProcess ( string file ) : bool | ||
file | string | The file. |
return | bool |