Interface IResultSetDescription
Dynamic stored procedure result set description
Namespace: XData.Mapping.Dynamic
Assembly: XData.docfx.dll
Syntax
public interface IResultSetDescription
Properties
| Improve this Doc View SourceAlias
Stored procedure alias
Declaration
string Alias { get; }
Property Value
Type | Description |
---|---|
String |
Name
Result set name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |
Order
Result set order
Declaration
int Order { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
| Improve this Doc View SourceClone()
Clone result set description
Declaration
IResultSetDescription Clone()
Returns
Type | Description |
---|---|
IResultSetDescription |
Extension Methods
SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)