public RoleUserDmlQueryExecutor(
Guid? roleID,
RoleType? roleType,
bool isDeputy
)
Public Sub New (
roleID As Guid?,
roleType As RoleType?,
isDeputy As Boolean
)
public:
RoleUserDmlQueryExecutor(
Nullable<Guid> roleID,
Nullable<RoleType> roleType,
bool isDeputy
)
new :
roleID : Nullable<Guid> *
roleType : Nullable<RoleType> *
isDeputy : bool -> RoleUserDmlQueryExecutor
true, если все изменяемые записи должны быть записями о замещении;
false, если все изменяемые записи должны быть записями о включении в роль.