DigitalNumberProviderGenerateCodeByCategoryId Method (GenericSqlCommand, String, String, String, String) |
根据类别标识成数字编码
Namespace: X3Platform.DigitalNumber.DAL.IBatisAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic string GenerateCodeByCategoryId(
GenericSqlCommand command,
string entityTableName,
string entityCategoryTableName,
string entityCategoryId,
string expression
)
public:
virtual String^ GenerateCodeByCategoryId(
GenericSqlCommand^ command,
String^ entityTableName,
String^ entityCategoryTableName,
String^ entityCategoryId,
String^ expression
) sealed
Parameters
- command
- Type: X3Platform.DataGenericSqlCommand
通用SQL命令对象 - entityTableName
- Type: SystemString
实体数据表 - entityCategoryTableName
- Type: SystemString
实体类别数据表 - entityCategoryId
- Type: SystemString
实体类别标识 - expression
- Type: SystemString
规则表达式
Return Value
Type:
String数字编码
Implements
IDigitalNumberProviderGenerateCodeByCategoryId(GenericSqlCommand, String, String, String, String)
See Also