C# Class Signum.Engine.Maps.SchemaAssets.Procedure

显示文件 Open project: signumsoftware/framework

Public Properties

Property Type Description
ProcedureCodeAndArguments string
ProcedureName ObjectName
ProcedureType string

Public Methods

Method Description
AlterSql ( ) : SqlPreCommandSimple
CreateSql ( ) : SqlPreCommandSimple

Method Details

AlterSql() public method

public AlterSql ( ) : SqlPreCommandSimple
return SqlPreCommandSimple

CreateSql() public method

public CreateSql ( ) : SqlPreCommandSimple
return SqlPreCommandSimple

Property Details

ProcedureCodeAndArguments public_oe property

public string ProcedureCodeAndArguments
return string

ProcedureName public_oe property

public ObjectName ProcedureName
return ObjectName

ProcedureType public_oe property

public string ProcedureType
return string