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