Class p_srh_get_ListID_CallModel
Inheritance
System.Object
p_srh_get_ListID_CallModel
Assembly: Natec.Entities.dll
Syntax
public class p_srh_get_ListID_CallModel : Object, ICallProcedureModel<p_srh_get_ListID_CallModel>
Constructors
p_srh_get_ListID_CallModel()
Declaration
public p_srh_get_ListID_CallModel()
p_srh_get_ListID_CallModel(Nullable<Int32>, Nullable<Int32>)
Declaration
public p_srh_get_ListID_CallModel(Nullable<int> lig_Id, Nullable<int> tspl_NoListIDRead)
Parameters
Type |
Name |
Description |
System.Nullable<System.Int32> |
lig_Id |
|
System.Nullable<System.Int32> |
tspl_NoListIDRead |
|
Properties
Lig_ID
Declaration
public Nullable<int> Lig_ID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Tspl_NoListIDRead
Declaration
public Nullable<int> Tspl_NoListIDRead { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Methods
DynamicParameters()
Declaration
public IEnumerable<DynamicParameter> DynamicParameters()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Natec.Widecoup.DynamicParameter> |
|
Expressions()
Declaration
public IEnumerable<Expression<Func<p_srh_get_ListID_CallModel, object>>> Expressions()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression<System.Func<p_srh_get_ListID_CallModel, System.Object>>> |
|
StoredProcedureName()
Declaration
public string StoredProcedureName()
Returns
Type |
Description |
System.String |
|
Implements
Natec.Widecoup.ICallProcedureModel<T>