Class ResultSetIndexAttribute
Used to mark the index of a result set when multiple result sets need to be processed for a command.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public class ResultSetIndexAttribute : Attribute, _Attribute
- Inheritance
-
ResultSetIndexAttribute
- Implements
- Extension Methods
Constructors
ResultSetIndexAttribute(int)
public ResultSetIndexAttribute(int index)
Parameters
index
int
Properties
Index
public int Index { get; }