| CoreState Constructor (Guid) | 
            Initializes a new instance of the 
CoreState class.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic CoreState(
	Guid commandStackId
)
Public Sub New ( 
	commandStackId As Guid
)
Parameters
- commandStackId
 - Type: SystemGuid
The command stack id. 
See Also