Namespace:
C1.Web.Command
Assembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Assembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(DataSourceViewSchemaConverter))] [DefaultValueAttribute("")] public string CommandArgumentField { get; set; } |
Visual Basic (Declaration) |
---|
<TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _ <DefaultValueAttribute("")> _ Public Property CommandArgumentField As String |