Click or drag to resize
DigitalNumberContextGenerateDateCodeByCategoryId Method (GenericSqlCommand, String, String, String)
根据自定义的编号前缀生成的流水编号

Namespace: X3Platform.DigitalNumber
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string GenerateDateCodeByCategoryId(
	GenericSqlCommand command,
	string entityTableName,
	string entityCategoryTableName,
	string entityCategoryId
)

Parameters

command
Type: X3Platform.DataGenericSqlCommand

[Missing <param name="command"/> documentation for "M:X3Platform.DigitalNumber.DigitalNumberContext.GenerateDateCodeByCategoryId(X3Platform.Data.GenericSqlCommand,System.String,System.String,System.String)"]

entityTableName
Type: SystemString

[Missing <param name="entityTableName"/> documentation for "M:X3Platform.DigitalNumber.DigitalNumberContext.GenerateDateCodeByCategoryId(X3Platform.Data.GenericSqlCommand,System.String,System.String,System.String)"]

entityCategoryTableName
Type: SystemString

[Missing <param name="entityCategoryTableName"/> documentation for "M:X3Platform.DigitalNumber.DigitalNumberContext.GenerateDateCodeByCategoryId(X3Platform.Data.GenericSqlCommand,System.String,System.String,System.String)"]

entityCategoryId
Type: SystemString

[Missing <param name="entityCategoryId"/> documentation for "M:X3Platform.DigitalNumber.DigitalNumberContext.GenerateDateCodeByCategoryId(X3Platform.Data.GenericSqlCommand,System.String,System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.DigitalNumber.DigitalNumberContext.GenerateDateCodeByCategoryId(X3Platform.Data.GenericSqlCommand,System.String,System.String,System.String)"]

See Also