|
|
|
CreateBusinessEntityParameter ()
|
Default constructor
Notes : Adds serializable properties
*/
|
|
|
|
CreateBusinessEntityParameter (character, character, character, character)
|
Convenience constructor
Notes :
@param pcBusinessEntityName The name of the Business Entity to create
@param pcPackage The package (namespace) for the Business Entity
@param pcDatabaseTableName The database table name backing the entity
@param pcAdditionalFields Comma-separated list of additional fields to include
*/
|
|
|
|
CreateBusinessEntityParameter (character, character, character, character, character)
|
Convenience constructor including the optional explicit temp-table name
Notes :
@param pcBusinessEntityName The name of the Business Entity to create
@param pcPackage The package (namespace) for the Business Entity
@param pcDatabaseTableName The database table name backing the entity
@param pcAdditionalFields Comma-separated list of additional fields to include
@param pcTempTableName Optional explicit name for the initial temp-table; when empty the default naming is used
*/
|