Shaolinq.Persistence.SqlDataType.GetReadExpression C# (CSharp) Method

GetReadExpression() public abstract method

Gets an expression to perform reading of a column.
public abstract GetReadExpression ( Expression dataReader, int ordinal ) : Expression
dataReader System.Linq.Expressions.Expression The parameter that references the
ordinal int The parameter that contains the ordinal of the column to read
return System.Linq.Expressions.Expression
		public abstract Expression GetReadExpression(Expression dataReader, int ordinal);