Hd.QueryExtensions.SqlConstantCollection.this C# (CSharp) Метод

this() публичный Метод

Gets or sets the SqlConstant at the given index in this SqlConstantCollection.
public this ( int index ) : SqlConstant
index int
Результат SqlConstant
		public virtual SqlConstant this[int index]
		{
			get { return (SqlConstant) List[index]; }
			set { List[index] = value; }
		}